/* Ostylowanie edytora forum */
.editorSpace {	clear: both; margin-bottom:20px; }
#neContainer { display: none; }
.noteEditor {
	position: static;
		border: solid 2px rgb(95, 113, 150);
		z-index: +20;
	
	/*width: 760px;*/
	width: auto;
	padding: 8px 20px;
	background-color:rgb(240,240,240);
	margin: 20px 0;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.22);
}
.neForm {
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16.15px;
}
.neForm input[type=text]{ font-size:16.15px;}
.neLabel {}
.neTitleCont {}
.neTitle { width:64%; margin-bottom:4px; }
.neClose { float:right;color:rgb(180,0,40);width:auto;cursor: zoom-out; }
.neAreaCont {
	background-color:white;
	font-size: 17.92px;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	margin-bottom:4px;
}
.neAreaCont textarea {width: 100%; height: 200px; border: 1px solid #bbb;}
/* jednak nie...
.noteEditor button, .noteEditor input[type=button], .noteEditor input[type=submit] { background-color:  rgb(247, 243, 232);}
.noteEditor button:hover, .noteEditor input[type=button]:hover, .noteEditor input[type=submit]:hover { background-color: rgb(160,82,45); color: white; }
*/
.neToggleButton {}
.neExeButton { float:right; }

input.newNote,
input.iniNote
 {
	font-size: 20px;
	padding: 0 2em;
}

.divein {display:inline; width:auto;}
.reHomeImprove, .addonImprove {cursor: pointer; opacity:0.5;}
.reHomeImprove:hover, .addonImprove:hover {background-color:yellow; opacity:1.0;}

.markImprove {cursor: pointer; opacity:0.5;}
.markImprove:hover {background-color:yellow; opacity:1.0;}

.rozwi {display: inline; background-color:inherit; /*rgb(255,228,196);*/ width:auto; padding:1ex; cursor:pointer; }
.rozwi:hover {background-color: rgb(247, 243, 232);}
.downward, .upward {opacity:0.5;}
.downward::after{content: ' \25BC';}
.upward::after{content: ' \25B2';}
.rozwi dl {
	position: absolute;
	display:none;
	z-index: 20;
	margin-top: 3ex;
	margin-left: -1ex;
	max-width: 250px;
	overflow-y: auto;
	max-height:150px;
	padding: 1ex; border: dotted 1px gray; background-color:rgb(247, 243, 232)/*rgb(250,250,255)*/; cursor:auto;
	font-size:0.9em; line-height:120%;}

.rozwi dd {padding: 0; margin-bottom: 0.5ex; margin-left:0;}
#extraButton:hover {background-color: crimson; color: white; border-radius: 4px;}

/*iframe {
	/* border: dotted red 1px; *//*
	width: 700px;
	height: 480px;
}*/
